home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic Toolbox
/
Visual Basic Toolbox (P.I.E.)(1996).ISO
/
printing
/
vbprintn
/
printing.frm
< prev
next >
Wrap
Text File
|
1993-07-22
|
1KB
|
46 lines
VERSION 2.00
Begin Form PrintingDlg
BackColor = &H00C0C0C0&
BorderStyle = 1 'Fixed Single
Caption = "Printing..."
ClientHeight = 2025
ClientLeft = 3600
ClientTop = 2610
ClientWidth = 3645
Height = 2430
Left = 3540
LinkTopic = "Form1"
ScaleHeight = 2025
ScaleWidth = 3645
Top = 2265
Width = 3765
Begin PictureBox Picture1
BackColor = &H00C0C0C0&
BorderStyle = 0 'None
ClipControls = 0 'False
FillColor = &H00C0C0C0&
ForeColor = &H00C0C0C0&
Height = 1125
Left = 420
Picture = PRINTING.FRX:0000
ScaleHeight = 1125
ScaleWidth = 2745
TabIndex = 1
Top = 210
Width = 2745
End
Begin CommandButton Command1
BackColor = &H00C0C0C0&
Caption = "Cancel"
Height = 330
Left = 1050
TabIndex = 0
Top = 1575
Width = 1485
End
End
Sub Command1_Click ()
i% = KillJob()
End Sub